home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc / OpenDoc Development / Debugging Support / OpenDoc Source Code / UI / UI.r < prev    next >
Encoding:
Text File  |  1996-04-22  |  949 b   |  45 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        UI.r
  3.  
  4.     Contains:    Resources for the UI subsystem
  5.  
  6.     Owned by:    Richard Rodseth
  7.  
  8.     Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <4>     6/29/95    jpa        Added "Desktop" string [1262681]
  13.          <3>     6/19/95    jpa        Whoops, ignore 'ckid' in .res file
  14.          <2>     6/19/95    jpa        Include WinPopM.res [1259398]
  15.          <1>     5/4/95    eeh        1242889: First Checked In.
  16.  
  17.     To Do:
  18.     In Progress:
  19.         
  20. */
  21.  
  22.  
  23. #define SystemSevenOrBetter 1            // we want the extended types
  24. #define    SystemSevenOrLater    1            // Types.r uses this variable
  25.  
  26. #define oldTemp            // to get 'dctb' resources to rez
  27. #ifndef __TYPES_R__
  28. #include "Types.r"
  29. #endif
  30. #undef oldTemp
  31.  
  32. #ifndef _UIDEFS_
  33. #include "UIDefs.h"
  34. #endif
  35.  
  36. include "WinPopM.res" not 'ckid';        // Prebuilt resources for window-title pop-up
  37.  
  38.  
  39. resource 'STR ' (kODDraftTextResID, "Draft window format string") {
  40.     "^0 Draft ^1"
  41. };
  42.  
  43. resource 'STR ' (kODDesktopTitleStrID, purgeable) {
  44.     "Desktop"
  45. };